/*-----Ĭ����ʽ-----*/
*{ margin:0; padding:0}
body{ font-size:14px; font-family:"Microsoft YaHei","΢���ź�"}
dl,dt,dd,tt,ul,li{ list-style:none}
a{ text-decoration:none; cursor:pointer}
a:hover{ text-decoration:none}
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, button, input, textarea { -webkit-tap-highlight-color: rgba(255, 255, 255, 0);    /*ȡ���ƶ��˱߿����*/ }
img{border:0}
em { font-style: normal; }
html,body{width:100%;height:100%;}
body { background: url("../img/global/global-bg.jpg") no-repeat; }

/*-----����-----*/
.float-l{ float:left}
.float-r{ float:right}
.clear{ height:0!important; overflow:hidden; clear:both}
.clearfix:after { content: "\0020"; display: block; height: 0; clear: both; }

/*-----��ҳͷ��-----*/
#header { position: relative; }
#header>div { width: 1200px; margin: 0px auto; }
/*����30px����ɫ*/
#header>div.top-bg { z-index: -1; width: 100%; position: absolute; height: 30px; background: #F2F2F2; }
/*top����*/
.top { height: 30px; line-height: 30px; color: #333; font-size: 12px; }
.top .time { float: left; }
.top .top-list-a { float: right; }
.top .top-list-a a { height: 12px; line-height: 12px; padding: 0px 10px; color: #333; border-left: 1px solid #595959; }
.top .top-list-a a:last-child { padding: 0px 0px 0px 10px; }
.top .top-list-a a:first-child { border-left: none; }
/*logo����*/
.logo { position: relative; height: 220px; }
.logo img { position: absolute; left: 0px; top: 0px; bottom: 0px; right: 0px; margin: auto; margin-left: 0px; }
.logo div { position: absolute; right: 0px; bottom: 60px; width: 360px; height: 40px; }
.logo div input, .logo div .search { float: left;  width: 280px; line-height: 40px; outline: none; border: none; font-size: 14px; color: #999; text-indent: 0.8em; background: #FFF; }
.logo div .search { width: 80px; color: #fff; text-indent: 0em; background: #CC141E; }
/*menu*/
.menu { height: 48px; line-height: 48px; background: #CC141E; font-size: 0px; }
.menu>span {
	position: relative;
	float: right;
	padding: 0px 12px;
	font-size: 16px;
	height: 100%;
	color: #FFFEFE;
	cursor: pointer;
	background: #CC141E;
	overflow: visible;
}
.menu>span>a{color:#FFF}
.menu>span:hover>a { color:#333;}
.menu>span:hover span { display: block; }
.menu>span span { z-index: 20; position: absolute; display: none; left: 0px; top: 48px; width: 190px; background: #F5F5F5; -moz-box-shadow:2px 2px 5px #aaa; -webkit-box-shadow:2px 2px 5px #aaa; box-shadow:2px 2px 5px #aaa; }
.menu>span span a { display:block; height: 48px; padding:0 13px; line-height: 48px; color: #666; text-align:left; }
.menu>span span a:hover { color:#333; background: #eaeaea; }
.menu>span:first-child { padding-right: 11px; }
.menu>span.active { background: #F5F5F5; }
.menu>span:hover { background: #F5F5F5; }

/*-----�ײ�-----*/
.bottom {background: #CC141E;}
#footer { width: 1200px; margin: 0px auto;height: 260px; margin-top: 30px; text-align: center; color: #FFF; font-size: 14px; background: #CC141E; }
#footer>div:first-child { height: 14px; padding: 30px 0px; }
#footer>div:first-child a { height: 14px; padding: 0px 12px; line-height: 14px; font-size: 14px; border-left: 1px solid #B79799; color: #FFF; }
#footer>div:first-child a:first-child { border-left: none; }
#footer>div:first-child a:hover { text-decoration: underline; }
#footer>div p { height: 14px; line-height: 14px; }
#footer>div p:first-child { margin-bottom: 10px; }
#footer>div p span { margin: 0px 10px; }
#footer .qualification { margin-top: 32px; }
#footer .qualification img { margin: 0px 5px; }

/*�Ҳ�Ĺ̶���λ*/
.floating { position: fixed; right: 20px; bottom: 30px; }
.floating>li { position: relative; width: 60px; height: 60px; background: #cc141e; }
.floating>li+li { margin-top: 1px; }
.floating>li a { position: absolute; top: 50%; left: 50%; width: 40px; height: 30px; margin-left: -20px; margin-top: -15px; }
.floating>li.webchat a { background: url("../img/content/sprite.png") -42px 0; }
.floating>li.microblog a { background: url("../img/content/sprite.png") -87px 0; }
.floating>li.back-top a { width: 100%; height: 100%; top: 0; left: 0; margin: 0; }
.floating>li.back-top a>.arrow-top { position: absolute; top: 50%; left: 50%; z-index: 20; width: 18px; height: 10px; margin-left: -9px; margin-top: -5px; background: url("../img/content/sprite.png") 0 -19px; }
.code { display: none; position: relative; left: -144px; width: 140px; background: #ff333d; }
.code>img { padding: 10px 10px 0 10px; width: 120px; height: 120px; }
.code>p { line-height:35px; font-size: 16px; text-align: center; color: #fff; }
.floating>li:hover { background: #ff333d; }
.floating>li:hover .code { display: block; }
.floating>li:hover:before { display: block; content: ''; width: 4px; height: 60px; position: absolute; left: -4px; z-index: 10; background: #ff333d; }
.floating>li.back-top:before { display: none; }

/*��ҳ*/
.page { text-align: center; margin: 90px 0 80px; }
.pagination { display: inline-block; padding-left: 0; }
.pagination > li { display: inline; }
.pagination > li > a { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #656d78; font-size: 16px; text-decoration: none; background-color: #fff; border: 1px solid #e0e0e0; }
.pagination > li.next-page > a { margin-left: 10px; }
.pagination > li.active > a { z-index: 3; color: #fff !important; cursor: default; background-color: #cc141e !important; border-color: #cc141e !important; }
.pagination > li > a:hover { color: #656d78; background-color: #ececec; border-color: #e0e0e0; }














/* basic style */
.close {
    /* still bad on picking color */
    background-color: rgba(0,0,0,0);
    
    /* make a round button */
    border-radius: 12px;
    /* center text */
    line-height: 15px;
    text-align: center;
    height: 15px;
    width: 15px;
    font-size: 18px;
    padding: 1px;
    z-index: 9999;
    cursor:pointer;
    color: #FFFFFF;
}
/* use cross as close button */
.close::before {
    content: "\00D7";
    color: #F2F2F2;
    font-size: 18px;
}
/* place the button on top-right */
.close {
    top: 4px;
    right: 4px;
    position: absolute;
}




